Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.swt.graphics.Cursor

Packages that use Cursor
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.graphics SWT graphics classes. 
org.eclipse.swt.widgets SWT widget public API classes. 
 

Uses of Cursor in org.eclipse.jface.dialogs
 

Fields in org.eclipse.jface.dialogs declared as Cursor
protected  Cursor ProgressMonitorDialog.arrowCursor
          The cursor used in the cancel button;
 

Uses of Cursor in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type Cursor
 void StyledText.setCursor(Cursor cursor)
          Sets the receiver's cursor to the cursor specified by the argument.
 

Uses of Cursor in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return Cursor
static Cursor Cursor.win32_new(Device device, int handle)
          Invokes platform specific functionality to allocate a new cursor.
 

Uses of Cursor in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets with parameters of type Cursor
 void Tracker.setCursor(Cursor newCursor)
          Sets the Cursor of the Tracker.
 void Control.setCursor(Cursor cursor)
          Sets the receiver's cursor to the cursor specified by the argument, or to the default cursor for that kind of control if the argument is null.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.